LoadNetworkResourceOptions

data class LoadNetworkResourceOptions(disableCache: Boolean, includeCredentials: Boolean)

An options object that may be extended later to better support CORS, CORB and streaming.

Constructors

LoadNetworkResourceOptions
Link copied to clipboard
fun LoadNetworkResourceOptions(disableCache: Boolean, includeCredentials: Boolean)

Properties

disableCache
Link copied to clipboard
val disableCache: Boolean
includeCredentials
Link copied to clipboard
val includeCredentials: Boolean

Sources

jvm source
Link copied to clipboard